home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / T / Thinkcup.cpt / TCL Update / TCL Update Diffs / CWindow.c.Diff < prev    next >
Encoding:
Text File  |  1990-02-27  |  914 b   |  25 lines  |  [TEXT/MPS ]

  1. File #1: Roy G. Biv:C TCL patch ƒ:new files:CWindow.c
  2. File #2: Roy G. Biv:C TCL patch ƒ:old files:CWindow.c
  3.  
  4. Extra lines in 1st before 659 in 2nd (File "Roy G. Biv:C TCL patch ƒ:new files:CWindow.c"; Line 659:662; File "Roy G. Biv:C TCL patch ƒ:old files:CWindow.c"; Line Δ659)
  5.  659        
  6.  660        /* Altered by TCL Weaver version 1.0 (2/21/90) */
  7.  661        
  8.  662        Update();   /* Update the window */
  9.  
  10.  
  11. Nonmatching lines (File "Roy G. Biv:C TCL patch ƒ:new files:CWindow.c"; Line 796:801; File "Roy G. Biv:C TCL patch ƒ:old files:CWindow.c"; Line 792:795)
  12.  796        /* Altered by TCL Weaver version 1.0 (2/21/90) */
  13.  797        
  14.  798        offset = topLeft(macPort->portBits.bounds);
  15.  799        
  16.  800        OffsetRect(theRect, -offset.h, -offset.v);
  17.  801    }
  18.  
  19.  792        offset = topLeft((**((WindowPeek)macPort)->contRgn).rgnBBox);
  20.  793        
  21.  794        OffsetRect(theRect, offset.h, offset.v);
  22.  795    }
  23.  
  24. *** EOF on both files ***
  25.